From 94cc5e1eabe9f24676f966eca323cdf3812b7314 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Fri, 4 Dec 2015 10:56:34 -0500 Subject: [PATCH] Update semver to 0.2.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c77d978b6..aacd8e5fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -22,7 +22,7 @@ dependencies = [ "num_cpus 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "regex 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", - "semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)", + "semver 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "tar 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "tempdir 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "term 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -362,7 +362,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "semver" -version = "0.1.20" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] diff --git a/Cargo.toml b/Cargo.toml index 4cc934c5c..4de71843f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ log = "0.3" num_cpus = "0.2" regex = "0.1" rustc-serialize = "0.3" -semver = "0.1" +semver = "0.2.0" tar = "0.3" term = "0.2" time = "0.1" -- 2.30.2